ResourceList Method (String, Boolean) |
Displays a list of resource URLs.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string[] List(
string address,
bool recursive
)
Public Function List (
address As String,
recursive As Boolean
) As String()
Parameters
- address
- Type: SystemString
The URI that identifies the collection. - recursive
- Type: SystemBoolean
If true returns resources in this collection and all subcollections.
Return Value
Type:
StringAn array of resource URLs.
See Also